home *** CD-ROM | disk | FTP | other *** search
/ InterCD 2001 December / december_2001.iso / Internet Programs / HTML Webmaster 2.0 / _SETUP.1 / Forum.mdb / Forum.json
Encoding:
JavaScript Object Notation  |  2000-07-21  |  1023 b 

  1. {
  2.     "schema": {
  3.         "messageID": "Long Integer",
  4.         "threadID": "Long Integer NOT NULL",
  5.         "parent": "Long Integer",
  6.         "numChildren": "Long Integer NOT NULL",
  7.         "sortCode": "Text (50)",
  8.         "author": "Text (50)",
  9.         "authorEmail": "Text (50)",
  10.         "authorFullName": "Text (50) NOT NULL",
  11.         "emailParentOnResponse": "Boolean NOT NULL",
  12.         "dateCreated": "DateTime NOT NULL",
  13.         "dateModified": "DateTime",
  14.         "subject": "Text (100) NOT NULL",
  15.         "body": "Memo/Hyperlink (255) NOT NULL"
  16.     },
  17.     "data": [
  18.         {
  19.             "messageID": 1,
  20.             "threadID": 1,
  21.             "parent": 0,
  22.             "numChildren": 0,
  23.             "sortCode": "1",
  24.             "author": "Web Master",
  25.             "authorEmail": "webmaster@aspforums.com",
  26.             "authorFullName": "ASP Forums Webmaster",
  27.             "emailParentOnResponse": 0,
  28.             "dateCreated": "07/20/00 20:00:00",
  29.             "dateModified": "07/20/00 20:00:00",
  30.             "subject": "Welcome to the 2.0 beta 2 release of ASP Forums discussion software",
  31.             "body": "Welcome!\r\n<P>\r\nRemember - this software is free.  If you find any bugs or create any great enhancements, please let us know.  Our web address is <A HREF=\"http://www.aspforums.com\" TITLE=\"ASP Forums website.\">www.aspforums.com</A>."
  32.         }
  33.     ]
  34. }